home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gwu / libfp.h < prev    next >
C/C++ Source or Header  |  1996-01-30  |  588b  |  21 lines

  1. /*
  2.  * Copyright (C) 1985-1992  New York University
  3.  * 
  4.  * This file is part of the Ada/Ed-C system.  See the Ada/Ed README file for
  5.  * warranty (none) and distribution info and also the GNU General Public
  6.  * License for more details.
  7.  
  8.  */
  9.  
  10. int getint(IFILE *, char *);
  11. int getnum(IFILE *, char *);
  12. int getchr(IFILE *, char *);
  13. long getlong(IFILE *, char *);
  14. char *getstr(IFILE *, char *);
  15. long read_init(IFILE *);
  16. long read_next(IFILE *, long);
  17. void putnum(IFILE *, char *, int);
  18. void putpos(IFILE *, char *, int);
  19. void putstr(IFILE *, char *, char *);
  20. void putchr(IFILE *, char *, int);
  21.